removeTagFromApplication

Remove a tag from an application

Format

udclient [global-args...] [global-flags...]
  removeTagFromApplication [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
application string true Name or ID of the application
tag string true Name of the tag

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  removeTagFromApplication
  -application JPetStore
  -tag Tag1

Related REST command: Remove a tag from an application.